ci: Put the branch name in the HTML header
authorEmmanuele Bassi <ebassi@gnome.org>
Thu, 13 Feb 2020 13:54:02 +0000 (13:54 +0000)
committerEmmanuele Bassi <ebassi@gnome.org>
Thu, 13 Feb 2020 14:55:39 +0000 (14:55 +0000)
.gitlab-ci/meson-html-report.py

index 437a6cb6648099b8dd99364670fce55f89990712..4ba5fceadf118911f0698a8a3bd1fa65b340409b 100755 (executable)
@@ -138,7 +138,7 @@ ul.images li {
 </head>
 <body>
   <header>
-    <h1>{{ report.project_name }} :: Test Reports</h1>
+    <h1>{{ report.project_name }}/{{ report.branch_name }} :: Test Reports</h1>
   </header>
 
   <article>